home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / D-F / DialScript 1.6 / Examples / transfertest.ds < prev    next >
Encoding:
Text File  |  1991-10-04  |  339 b   |  14 lines  |  [TEXT/dIsR]

  1. -- For this script to work, TeachText (little text editor that comes with
  2. -- the Mac system) must be in the same folder as transfertest.ds
  3.  
  4. -- It should exit DialScript and run TeachText with this file.
  5.  
  6. script transfertest
  7.  
  8.    state DoIt
  9.       display "Switching to Teachtext";
  10.       transfer "TeachText" "transfertest.ds";
  11.    end;
  12.  
  13. end;
  14.